'Declaration<DispIdAttribute(24)> Function AddLinkToPageAnnotation( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal PageNum As Integer, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal Borders As Boolean, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As Integer
[DispId(24)] int AddLinkToPageAnnotation( float Left, float Top, float Width, float Height, int PageNum, float DstLeft, float DstTop, bool Borders, byte Red, byte Green, byte Blue )
function AddLinkToPageAnnotation(
Left: Single;
Top: Single;
Width: Single;
Height: Single;
PageNum: Integer;
DstLeft: Single;
DstTop: Single;
Borders: Boolean;
Red: Byte;
Green: Byte;
Blue: Byte
): Integer;
DispIdAttribute(24) function AddLinkToPageAnnotation( Left : float, Top : float, Width : float, Height : float, PageNum : int, DstLeft : float, DstTop : float, Borders : boolean, Red : byte, Green : byte, Blue : byte ) : int;
Parameters
- Left
- Top
- Width
- Height
- PageNum
- DstLeft
- DstTop
- Borders
- Red
- Green
- Blue
